SftTree/NET 2.0

HighlightItemImage Property, SftTree Class

Softel vdm, Inc.

Defines whether the selection outline includes the item image.

Syntax      SftTree Class (Softelvdm.SftTreeNET)

VB   

Public Property HighlightItemImage As Boolean

C#   

public bool HighlightItemImage { get; set; }

C++   

public: property bool HighlightItemImage {
        bool get();
        void set(bool value);
}

Property Value

True if the selection outline includes the item image, otherwise False.

The default value is True.

Comments

The HighlightItemImage property defines whether the selection outline includes the item image.

Items or cells that are selected (ItemClass.Selected or CellClass.Selected) are highlighted using the defined selection highlight.

Depending on this property, the item image is included in the selection outline.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com